GetOSLSupportFlags
TheGetOSLSupportFlags
method returns the flags that indicate which handlers this semantic interface object supports.
ODSShort GetOSLSupportFlags ();
- return value
- The flags representing the level of OSL support.
DISCUSSION
This method returns the callback flags used when a part tries to resolve an object specifier using this semantic interface object.OVERRIDING
If you subclassODSemanticInterface
, you can override this method. Your override method must call its inherited method at some point in your implementation (it does not matter where).SEE ALSO
TheODNameResolver::Resolve
method (page 426).
TheODSemanticInterface::SetOSLSupportFlags
method (page 599).
For more information on callback flags, see the "Resolving and Creating Object Specifier Records" chapter of Inside Macintosh: Interapplication Communication.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help